Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / StyleInfoCollection Class / AddRange Method / AddRange(StyleInfo[]) Method
The array of styles (StyleInfo objects) to add to the collection.


In This Topic
    AddRange(StyleInfo[]) Method
    In This Topic
    Adds an array of StyleInfo objects to the collection.
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub AddRange( _
       ByVal array() As StyleInfo _
    ) 
    'Usage
     
    Dim instance As StyleInfoCollection
    Dim array() As StyleInfo
     
    instance.AddRange(array)
    public virtual void AddRange( 
       StyleInfo[] array
    )

    Parameters

    array
    The array of styles (StyleInfo objects) to add to the collection.
    See Also